home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 626 b | 23 lines | [TEXT/MPS ] |
- # This script uses a combination of MPW scripts to build the CFM-68K
- # Embed Part (Release Build)
- #
- # This script also assumes that you have placed 'UserStartup•ODF' in your MPW folder.
-
- # {FWBldType} - Should be either "Debug" or "Release".
-
- Set FWBldType "Release"
- Export FWBldType
-
- ### Make sure you're set to the correct directory
-
- Directory "{ODFDev}Embed:SC68KRelease:"
-
- ### Tell the FWBuild script where your precompiled header files are located.
-
- Set FWPreCompHdrDir "{ODF}SC68KRelease:Precompile∂ Headers:"
- Export FWPreCompHdrDir
-
- ### Build your Embed part
-
- FWBuild68KCFMRelease "{ODFDev}Embed:Sources:ODFEmbed.CFM"
-